home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Developer & Web Development Tools / Twistpad 1.64 / Setup.exe / Twistpad.exe / 0 / RCDATA / TFRMPASTEFILES / TFRMPASTEFILES.txt
Text File  |  2008-08-19  |  2KB  |  107 lines

  1. object FrmPasteFiles: TFrmPasteFiles
  2.   Left = 350
  3.   Top = 314
  4.   BorderStyle = bsDialog
  5.   Caption = 'Paste Files'
  6.   ClientHeight = 192
  7.   ClientWidth = 371
  8.   Color = clBtnFace
  9.   Font.Charset = ANSI_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poMainFormCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Shape1: TShape
  19.     Left = 0
  20.     Top = 0
  21.     Width = 371
  22.     Height = 41
  23.     Align = alTop
  24.     Pen.Color = clWhite
  25.   end
  26.   object Label1: TLabel
  27.     Left = 10
  28.     Top = 6
  29.     Width = 328
  30.     Height = 26
  31.     Caption = 
  32.       'A set of files has been detected in the clipboard. Select an act' +
  33.       'ion to do with this file list'
  34.     Transparent = True
  35.     WordWrap = True
  36.   end
  37.   object Label2: TLabel
  38.     Left = 36
  39.     Top = 70
  40.     Width = 193
  41.     Height = 13
  42.     Caption = 'Open all files referenced in the clipboard'
  43.   end
  44.   object Label3: TLabel
  45.     Left = 32
  46.     Top = 113
  47.     Width = 310
  48.     Height = 26
  49.     Caption = 
  50.       'Create a new document with the list of all files referenced in t' +
  51.       'he clipboard'
  52.     WordWrap = True
  53.   end
  54.   object OptionOpen: TRadioButton
  55.     Left = 16
  56.     Top = 51
  57.     Width = 225
  58.     Height = 17
  59.     Caption = 'Open Files'
  60.     Checked = True
  61.     Font.Charset = ANSI_CHARSET
  62.     Font.Color = clWindowText
  63.     Font.Height = -11
  64.     Font.Name = 'Tahoma'
  65.     Font.Style = [fsBold]
  66.     ParentFont = False
  67.     TabOrder = 0
  68.     TabStop = True
  69.     OnDblClick = OptionOpenClick
  70.   end
  71.   object RadioList: TRadioButton
  72.     Left = 16
  73.     Top = 96
  74.     Width = 225
  75.     Height = 17
  76.     Caption = 'List of files'
  77.     Font.Charset = ANSI_CHARSET
  78.     Font.Color = clWindowText
  79.     Font.Height = -11
  80.     Font.Name = 'Tahoma'
  81.     Font.Style = [fsBold]
  82.     ParentFont = False
  83.     TabOrder = 1
  84.     OnDblClick = OptionOpenClick
  85.   end
  86.   object Button1: TButton
  87.     Left = 217
  88.     Top = 160
  89.     Width = 70
  90.     Height = 23
  91.     Caption = '&OK'
  92.     Default = True
  93.     ModalResult = 1
  94.     TabOrder = 2
  95.   end
  96.   object Button2: TButton
  97.     Left = 293
  98.     Top = 160
  99.     Width = 70
  100.     Height = 23
  101.     Cancel = True
  102.     Caption = '&Cancel'
  103.     ModalResult = 2
  104.     TabOrder = 3
  105.   end
  106. end
  107.